The GtkWidgetClass::measure vfunc is not required to assign a value to
any of the (out) parameters, so we need to initialize the locals we pass
to it, otherwise we can end up with a garbage size request.
else
{
int dummy = 0;
- int minimum_for_size;
- int natural_for_size;
+ int minimum_for_size = 0;
+ int natural_for_size = 0;
/* Pull the base natural size from the cache as it's needed to adjust
* the proposed 'for_size' */